You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a shared pageMeta() helper and 74 route declarations, so a title reads run_abc | Runs | Trigger.dev — the specific thing first, then the page. Org pages also carry the organization: Team | Acme | Trigger.dev. Inside a project no scope is added, because the dashboard switches projects in every tab at once.
Page names are unchanged; what's new is that a page says which one it is at all. Three wording changes on purpose: the queue page now names the queue, the model page names the model, and entity pages carry their section.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Added a shared pageMeta utility that composes page, organization, project, environment, and application environment title segments. Updated the root title fallback to use appTitle. Migrated project, organization, account, onboarding, and integration routes to shared metadata declarations. Added dynamic titles for entity routes and page metadata for routes without titles. Added tests for inheritance, scoping, fallbacks, dynamic data, environment labels, and preserved root metadata.
🚥 Pre-merge checks | ✅ 3 | ❌ 2
❌ Failed checks (2 warnings)
Check name
Status
Explanation
Resolution
Docstring Coverage
⚠️ Warning
Docstring coverage is 66.67% which is insufficient. The required threshold is 80.00%.
Write docstrings for the functions missing them to satisfy the coverage threshold.
Description check
⚠️ Warning
The description clearly explains the implementation and intended title format but omits the required issue, checklist, testing, changelog, and screenshots sections.
Add the required template sections, complete the checklist, document testing steps, provide a changelog entry, and include screenshots or state that none apply.
✅ Passed checks (3 passed)
Check name
Status
Explanation
Linked Issues check
✅ Passed
Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check
✅ Passed
Check skipped because no linked issues were found for this pull request.
Title check
✅ Passed
The title clearly summarizes the main change: adding page names to webapp browser tab titles.
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
Create stacked PR
Commit on current branch
🧪 Generate unit tests (beta)
Create PR with unit tests
Commit unit tests in branch feat/page-tab-titles
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
kathiekiwi
changed the title
Tab titles that say which page you are on
feat(webapp): tab titles that name the page, project and environment
Aug 6, 2026
kathiekiwi
changed the title
feat(webapp): tab titles that name the page, project and environment
feat(webapp): name of the page in tab titles
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a shared
pageMeta()helper and 74 route declarations, so a title readsrun_abc | Runs | Trigger.dev— the specific thing first, then the page. Org pages also carry the organization:Team | Acme | Trigger.dev. Inside a project no scope is added, because the dashboard switches projects in every tab at once.Page names are unchanged; what's new is that a page says which one it is at all. Three wording changes on purpose: the queue page now names the queue, the model page names the model, and entity pages carry their section.